-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add HWCAP consts AT_HWCAP3 / AT_HWCAP4 #4734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Some changes occurred in the Android module cc @maurer |
|
At first I thought this was failing in Rust code but then looking at the build logs it is in C code. The AT_HWCAP3/4 consts would not exist in the auxv.h header with older glibc I am guessing is on that Linux system and FreeBSD 13 / 14 would not have this either. |
|
You have to tweak the test in such a case: https://github.com/rust-lang/libc/blob/main/libc-test/build.rs @rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
Thanks. I'll take a look and see if I can figure this out. |
dcced7b to
b22a5e6
Compare
|
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
Description
add HWCAP consts AT_HWCAP3 / AT_HWCAP4.
Sources
https://github.com/bminor/glibc/blob/3ab9b88e2ac91062b6d493fe32bd101a55006c6a/elf/elf.h
https://github.com/freebsd/freebsd-src/blob/85007872d1227006adf2ce119fe30de856cbe12d/sys/sys/elf_common.h
@rustbot label +stable-nominated